Skip to content

release: 0.11.4#364

Merged
stainless-app[bot] merged 5 commits into
mainfrom
release-please--branches--main--changes--next
May 26, 2026
Merged

release: 0.11.4#364
stainless-app[bot] merged 5 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app Bot commented May 22, 2026

Automated Release PR

0.11.4 (2026-05-26)

Full Changelog: v0.11.3...v0.11.4

Chores

  • deps: relax redis pin to support 6.x/7.x (#363) (7817ced)
  • relax requires-python floor to >= 3.11 (#366) (a064f92)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

Greptile Summary

This is an automated patch release (0.11.3 → 0.11.4) that relaxes two dependency constraints and regenerates lock files accordingly.

  • Redis pin widened: redis>=5.2.0,<6 becomes >=5.2.0,<8, allowing 6.x/7.x; lock files resolve to redis==7.4.0.
  • Python floor lowered: requires-python drops from >=3.12 to >=3.11, adding a corresponding Programming Language :: Python :: 3.11 classifier.
  • New transitive deps: pydantic-ai-slim==1.101.0, pydantic-graph==1.101.0, genai-prices==0.0.61, and logfire-api==4.33.0 appear in both lock files as indirect dependencies of agentex-sdk.

Confidence Score: 5/5

This PR is safe to merge — it contains only version bumps and two dependency constraint relaxations that were already approved and merged in the underlying PRs (#363, #366).

All changes are generated by the Stainless release tooling. The redis pin widening and Python floor lowering were independently reviewed in their own PRs before landing here, and the lock files consistently reflect the new resolution. No application logic was modified.

No files require special attention.

Important Files Changed

Filename Overview
.release-please-manifest.json Version bumped from 0.11.3 to 0.11.4 as part of the automated release.
pyproject.toml Version bumped to 0.11.4; redis pin relaxed from <6 to <8 to allow 6.x/7.x; Python floor lowered from 3.12 to 3.11 with corresponding classifier added.
requirements.lock redis resolved to 7.4.0 (up from 5.3.1); pydantic-ai-slim==1.101.0 and pydantic-graph==1.101.0 added as new transitive dependencies of agentex-sdk.
requirements-dev.lock Mirrors production lock changes: redis upgraded to 7.4.0, pydantic-ai-slim and related packages added; pyjwt no longer depends on redis.
src/agentex/_version.py Version string updated from 0.11.3 to 0.11.4.
CHANGELOG.md 0.11.4 entry added documenting the redis pin relaxation and Python floor lowering.
.stats.yml OpenAPI spec URL and config hash updated to reflect the new SDK generation artifact.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[agentex-sdk 0.11.4] --> B[redis >=5.2.0,<8\nwas <6\nresolved: 7.4.0]
    A --> C[pydantic-ai-slim==1.101.0\nnewly resolved]
    A --> D[litellm >=1.83.7,<2]
    A --> E[temporalio >=1.26.0,<2]
    C --> F[pydantic-graph==1.101.0]
    C --> G[genai-prices==0.0.61]
    F --> H[logfire-api==4.33.0]
    I[requires-python] --> J[>=3.11,<4\nwas >=3.12]
Loading

Reviews (4): Last reviewed commit: "release: 0.11.4" | Re-trigger Greptile

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from a89d537 to a35998d Compare May 26, 2026 17:08
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from a35998d to 2985b05 Compare May 26, 2026 17:38
max-parke-scale and others added 2 commits May 26, 2026 15:08
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 2985b05 to b5efee9 Compare May 26, 2026 19:09
@stainless-app stainless-app Bot merged commit 0f177c9 into main May 26, 2026
40 checks passed
@stainless-app stainless-app Bot deleted the release-please--branches--main--changes--next branch May 26, 2026 20:11
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented May 26, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants